-
Notifications
You must be signed in to change notification settings - Fork 69
KUBESAW-201: Replace go-bindata with go:embed #1161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
Will try to add some more failure unit test cases |
Signed-off-by: Feny Mehta <fbm3307@gmail.com>
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1161 +/- ##
==========================================
- Coverage 83.75% 83.51% -0.24%
==========================================
Files 82 82
Lines 7929 7948 +19
==========================================
- Hits 6641 6638 -3
- Misses 1091 1107 +16
- Partials 197 203 +6
🚀 New features to boost your workflow:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fbm3307, MatousJobanek, metlos The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We want to replace go-bindata with go:embed so that we don't rely on 3rd party libraries and use functionality provided as part of Go itself.
This PR is 2nd PR in the series and succeeds PR - #1158 .
This is for converting usertiers to use goembed instead of assets